@charset "utf-8";
/* CSS Document */
/*================================================S
Explanation: The station generic CSS style
==================================================*/
@import url(reset.css);
@import url(public.css);
@import url(pad.css) only screen and (max-width:1201px) and (min-width:901px);
@import url(mobile.css) only screen and (max-width:900px) and (min-width:300px);